Html Css Color HEX #E6CB30 Golden Dream

📋 copy color: '#E6CB30'

red 230 ◦ green 203 ◦ blue 48

#E6CB30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #E6CB30

Tints of Golden Dream #E6CB30

RGB

 RED value IS 230 (90.23% from 255) = 47.82%

 GREEN value IS 203 (79.69% from 255) = 42.2%

 BLUE value IS 48 (19.14% from 255) = 9.98%

R = 47.82%
G = 42.2%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E6CB30 (or 0xE6CB30) is known color: Golden Dream. HEX triplet: E6, CB and 30. RGB value is (230,203,48). Sum of RGB (Red+Green+Blue) = 230+203+48=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CB30 is #1934CF. Grayscale: #C2C2C2. Windows color (decimal): -1651920 or 3197926. OLE color: 3197926.

HSL color Cylindrical-coordinate representation of color #E6CB30: hue angle of 51.1º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6CB30 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 203 48 -
CMYK 0 0.12 0.79 0.10
HSL 51.1º 0.78% 0.55% -
HSV(B) 51.1º 0.79% 0.9% -
XYZ 54.52 59.75 11.46 -
YUV 193.4 45.95 154.1 -
System Red Green Blue C M Y K H S L
Decimal 230 203 48 0 0.12 0.79 0.10 51.1 0.78 0.55
Hex E6 CB 30 0 C 4F A 33 4E 37
Octal 346 313 60 0 14 117 12 63 116 67
Binary 11100110 11001011 110000 0 1100 1001111 1010 110011 1001110 110111

Color Harmonies of #E6CB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CB30

Black with #E6CB30

Text Example


Text Example

White with #E6CB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CB30; }

 p { color: rgb(230,203,48); }

 H1.HeaderClassName
 {
   color: #E6CB30;
 }
 .AnyTagClassName
 {
   color: #E6CB30;
 }
</style>

background-color css

<style>
 a { background-color: #E6CB30; }

 a { background-color: rgb(230,203,48); }

 div.DivClassName
 {
   background-color: #E6CB30;
 }
 .BgClassName
 {
   background-color: #E6CB30;
 }
</style>

border-color css

<style>
 span { border-color: #E6CB30; }

 span { border-color: rgb(230,203,48); }

 td.TdClassName
 {
   border-color: #E6CB30;
 }
 .TagClassName
 {
   border-color: #E6CB30;
 }
</style>