Html Css Color HEX #E7CB30 Golden Dream

📋 copy color: '#E7CB30'

red 231 ◦ green 203 ◦ blue 48

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

Shades of Golden Dream #E7CB30

Tints of Golden Dream #E7CB30

RGB

 RED value IS 231 (90.63% from 255) = 47.93%

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

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

R = 47.93%
G = 42.12%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E7CB30 (or 0xE7CB30) is known color: Golden Dream. HEX triplet: E7, CB and 30. RGB value is (231,203,48). Sum of RGB (Red+Green+Blue) = 231+203+48=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CB30 is #1834CF. Grayscale: #C2C2C2. Windows color (decimal): -1586384 or 3197927. OLE color: 3197927.

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

Color convert

RGB 231 203 48 -
CMYK 0 0.12 0.79 0.09
HSL 50.82º 0.79% 0.55% -
HSV(B) 50.82º 0.79% 0.91% -
XYZ 54.84 59.91 11.47 -
YUV 193.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 231 203 48 0 0.12 0.79 0.09 50.82 0.79 0.55
Hex E7 CB 30 0 C 4F 9 33 4F 37
Octal 347 313 60 0 14 117 11 63 117 67
Binary 11100111 11001011 110000 0 1100 1001111 1001 110011 1001111 110111

Color Harmonies of #E7CB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CB30

Black with #E7CB30

Text Example


Text Example

White with #E7CB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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